Assembly 'Sitecore.DataExchange.DataAccess.dll'

Breaking changes were found between versions of this assembly.

The following files have been compared in this set:

FullName

In assembly C:\Users\adc\Desktop\API changes\bin_1.3\Sitecore.DataExchange.DataAccess.dll:

Sitecore.DataExchange.DataAccess, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null

In assembly C:\Users\adc\Desktop\API changes\bin_1.4\Sitecore.DataExchange.DataAccess.dll:

Sitecore.DataExchange.DataAccess, Version=1.4.0.0, Culture=neutral, PublicKeyToken=null

Changes Found : Value changed

Version

In assembly C:\Users\adc\Desktop\API changes\bin_1.3\Sitecore.DataExchange.DataAccess.dll:

1.3.0.0

In assembly C:\Users\adc\Desktop\API changes\bin_1.4\Sitecore.DataExchange.DataAccess.dll:

1.4.0.0

Changes Found : Value changed

Attribute System.Reflection.AssemblyFileVersionAttribute

In assembly C:\Users\adc\Desktop\API changes\bin_1.3\Sitecore.DataExchange.DataAccess.dll:

AssemblyFileVersionAttribute("1.3.0.5793")

In assembly C:\Users\adc\Desktop\API changes\bin_1.4\Sitecore.DataExchange.DataAccess.dll:

AssemblyFileVersionAttribute("1.4.0.5861")

Changes Found : Declaration changed

Attribute System.Reflection.AssemblyInformationalVersionAttribute

In assembly C:\Users\adc\Desktop\API changes\bin_1.3\Sitecore.DataExchange.DataAccess.dll:

AssemblyInformationalVersionAttribute("1.3.0 rev. 170210")

In assembly C:\Users\adc\Desktop\API changes\bin_1.4\Sitecore.DataExchange.DataAccess.dll:

AssemblyInformationalVersionAttribute("1.4.0 rev. 170419")

Changes Found : Declaration changed

public method Sitecore.DataExchange.DataAccess.CanAppendResult.NegativeResult

In assembly C:\Users\adc\Desktop\API changes\bin_1.3\Sitecore.DataExchange.DataAccess.dll:

Not Defined

In assembly C:\Users\adc\Desktop\API changes\bin_1.4\Sitecore.DataExchange.DataAccess.dll:

public static CanAppendResult NegativeResult(bool isGuess = False)

Changes Found : Added

public method Sitecore.DataExchange.DataAccess.CanAppendResult.PositiveResult

In assembly C:\Users\adc\Desktop\API changes\bin_1.3\Sitecore.DataExchange.DataAccess.dll:

Not Defined

In assembly C:\Users\adc\Desktop\API changes\bin_1.4\Sitecore.DataExchange.DataAccess.dll:

public static CanAppendResult PositiveResult(bool isGuess = False)

Changes Found : Added

public method Sitecore.DataExchange.DataAccess.CanReadResult.NegativeResult

In assembly C:\Users\adc\Desktop\API changes\bin_1.3\Sitecore.DataExchange.DataAccess.dll:

Not Defined

In assembly C:\Users\adc\Desktop\API changes\bin_1.4\Sitecore.DataExchange.DataAccess.dll:

public static CanReadResult NegativeResult(bool isGuess = False)

Changes Found : Added

public method Sitecore.DataExchange.DataAccess.CanReadResult.PositiveResult

In assembly C:\Users\adc\Desktop\API changes\bin_1.3\Sitecore.DataExchange.DataAccess.dll:

Not Defined

In assembly C:\Users\adc\Desktop\API changes\bin_1.4\Sitecore.DataExchange.DataAccess.dll:

public static CanReadResult PositiveResult(bool isGuess = False)

Changes Found : Added

public property Sitecore.DataExchange.DataAccess.IMappingsAppliedAction.MappingsAppliedActionRules

In assembly C:\Users\adc\Desktop\API changes\bin_1.3\Sitecore.DataExchange.DataAccess.dll:

Not Defined

In assembly C:\Users\adc\Desktop\API changes\bin_1.4\Sitecore.DataExchange.DataAccess.dll:

public ICollection<IMappingsAppliedActionRule> MappingsAppliedActionRules
{
     get; set;
}

Changes Found : Added

public interface Sitecore.DataExchange.DataAccess.IMappingsAppliedActionRule

In assembly C:\Users\adc\Desktop\API changes\bin_1.3\Sitecore.DataExchange.DataAccess.dll:

Not Defined

In assembly C:\Users\adc\Desktop\API changes\bin_1.4\Sitecore.DataExchange.DataAccess.dll:

public interface IMappingsAppliedActionRule

Changes Found : Added

public interface Sitecore.DataExchange.DataAccess.IMappingsAppliedActionRuleSet

In assembly C:\Users\adc\Desktop\API changes\bin_1.3\Sitecore.DataExchange.DataAccess.dll:

Not Defined

In assembly C:\Users\adc\Desktop\API changes\bin_1.4\Sitecore.DataExchange.DataAccess.dll:

public interface IMappingsAppliedActionRuleSet

Changes Found : Added

public property Sitecore.DataExchange.DataAccess.MappingsAppliedContext.ActionNotAttempted

In assembly C:\Users\adc\Desktop\API changes\bin_1.3\Sitecore.DataExchange.DataAccess.dll:

Not Defined

In assembly C:\Users\adc\Desktop\API changes\bin_1.4\Sitecore.DataExchange.DataAccess.dll:

public ICollection<IMappingsAppliedAction> ActionNotAttempted
{
     get; protected set;
}

Changes Found : Added

protected method Sitecore.DataExchange.DataAccess.MappingsAppliedActions.SequentialMappingsAppliedActionSet.GetMappingsAppliedActionRuleSet

In assembly C:\Users\adc\Desktop\API changes\bin_1.3\Sitecore.DataExchange.DataAccess.dll:

Not Defined

In assembly C:\Users\adc\Desktop\API changes\bin_1.4\Sitecore.DataExchange.DataAccess.dll:

protected virtual IMappingsAppliedActionRuleSet GetMappingsAppliedActionRuleSet(IMappingsAppliedAction action)

Changes Found : Added